{"ERROR":"Exception error: SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near \")\"\nLINE 1: ..._agg(u.value,',' order by u.value) as value from () u group ...\n                                                             ^\nQUERY:  create temp table __biomatexp_stocksample_pivoted_114024_in on commit drop as   select distinct case when (u.datatype=1) then '1 ID'   when (u.datatype=2) then '2 PROP'  when (u.datatype=3) then '3 PHEN'  when (u.datatype=4) then '4 EXP'   when (u.datatype=5) then '5 SNP'  END  as datatype, u.property, u.accession,  string_agg(u.value,',' order by u.value) as value from () u group by  u.datatype, u.property, u.accession  \nCONTEXT:  PL\/pgSQL function colpivot(character varying,character varying,character varying[],character varying[],character varying,character varying) line 18 at EXECUTE"}